home *** CD-ROM | disk | FTP | other *** search
/ Champak 132 (Alt) / Vol 132.iso / games / hewitt.swf / scripts / frame_45 / DoAction_2.as next >
Encoding:
Text File  |  2011-06-09  |  220 b   |  14 lines

  1. stop();
  2. _root.txt_number = 0;
  3. _root.micon._alpha = 100;
  4. stopAllSounds();
  5. _root.fromRaven = 1;
  6. if(_root.ravenMSG == "YOU HAVE FAILED")
  7. {
  8.    _root.sfx.gotoAndStop(41);
  9. }
  10. else
  11. {
  12.    _root.sfx.gotoAndStop(40);
  13. }
  14.